home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / windows / doc / inputfil.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-26  |  554 b   |  20 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class InputFile */
  4.  
  5. #ifndef _Included_InputFile
  6. #define _Included_InputFile
  7. struct Hjava_lang_String;
  8.  
  9. typedef struct ClassInputFile {
  10.     struct Hjava_lang_String *path;
  11. #define InputFile_separatorChar 58L
  12.     long fd;
  13. } ClassInputFile;
  14. HandleTo(InputFile);
  15.  
  16. extern /*boolean*/ long InputFile_open(struct HInputFile *);
  17. extern void InputFile_close(struct HInputFile *);
  18. extern long InputFile_read(struct HInputFile *,HArrayOfByte *,long);
  19. #endif
  20.